home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Sample Editors⁄Viewers / Cappuccino / Source / CappuccinoBalloons.r < prev    next >
Encoding:
Text File  |  1995-12-11  |  785 b   |  30 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        CappuccinoBalloons.r
  3.  
  4.     Contains:    Cappuccino help balloon resources
  5.  
  6.     Written by:    Troy Gaul
  7.  
  8.     Copyright:    © 1994 - 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11. #include "Types.r"
  12. #include "BalloonTypes.r"
  13.  
  14. #include "CappuccinoDef.h"
  15.  
  16. //------------------------------------------------------------------------------
  17. // Constants
  18. //------------------------------------------------------------------------------
  19.  
  20. #define kBalloonStringsResID 30000
  21.  
  22. //------------------------------------------------------------------------------
  23. // Menu help resources
  24. //------------------------------------------------------------------------------
  25.  
  26.     // This file has not been implemented yet.
  27.     //
  28.     // Look at the SoundEditor sample part for an example of how to do
  29.     // balloon help.
  30.